.label {
    display: inline;
    padding: .2em .6em .2em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #808080;
    border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    background-color: #666;
}
.label.label-circle {
    color: #808080;
    background: none;
    border: 1px solid #808080;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.label-badge {
    display: inline-block;
    min-width: 18px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    border-radius: 9px;
}
.label-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    line-height: 13px;
    text-indent: -9999em;
    border-radius: 5px;
}
.label-dot:empty {
    display: inline-block;
}
.label-primary {
    background-color: #3280fc;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    color: #fff;
    background-color: #0462f7;
}
.label-primary.label-circle {
    color: #3280fc;
    background: none;
    border: 1px solid #3280fc;
}
.label-success {
    background-color: #38b03f;
}
.label-success[href]:hover,
.label-success[href]:focus {
    color: #fff;
    background-color: #2c8931;
}
.label-success.label-circle {
    color: #38b03f;
    background: none;
    border: 1px solid #38b03f;
}
.label-info {
    background-color: #03b8cf;
}
.label-info[href]:hover,
.label-info[href]:focus {
    color: #fff;
    background-color: #028b9d;
}
.label-info.label-circle {
    color: #03b8cf;
    background: none;
    border: 1px solid #03b8cf;
}
.label-warning {
    background-color: #f1a325;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    color: #fff;
    background-color: #d5890e;
}
.label-warning.label-circle {
    color: #f1a325;
    background: none;
    border: 1px solid #f1a325;
}
.label-danger {
    background-color: #ea644a;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    color: #fff;
    background-color: #e53d1c;
}
.label-danger.label-circle {
    color: #ea644a;
    background: none;
    border: 1px solid #ea644a;
}

#flink-text {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-left: 20px
}

#ScrollMe {
    overflow: hidden;
    height: 27px;
}

#ScrollMe > span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#ScrollMe > span > a {
    white-space: nowrap
}

.am-text-nowrap {
    white-space: nowrap;
}

.home-article {
    background-color: #f3f5f8;
    margin-bottom: 30px;
}

.home-article .home-article-item {
    margin: 20px 0;
    height:180px;
}

.home-article .home-article-item h2 {
    text-align: center;
    color: #34404b;
}

.home-article .home-article-item p a {
    color: #909090;
}

.home-article .home-article-more {
    margin-bottom: 30px;
}

.home-article .home-article-more a {
    padding: 4px 3px;
    border: 1px solid #0e90d2;
    color: #0e90d2;
}

.home-article .item-wrap .home-article-item {
    background-color: #f3f5f8;
}

.home-article .rw-homepage-div-title a {
    color:#34404b;
}
.swiper-button-prev {
    position: relative;
    top: -248px;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-image: url('./img/arrow-blue-left.png') !important;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next {
    position: relative;
    top: -248px;
    right: 125px;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    background-image: url('./img/arrow-blue-right.png') !important;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.am-u-sm-9 strong {
    float: none;
}

#prev-and-next {
    border: 1px solid #efefef;
    padding: 10px 0;
}
#prev-and-next li {
    min-height: 60px;
    padding:8px 0;
}

#prev-and-next li a{
    line-height: 23px;
    border: none;
}
#prev-and-next li a:hover{
    background: none;
}


.article-g {
    padding: 0 20px 10px 20px;
    margin: 30px 0px;
}

.article-g ul {
    padding-left: 10px
}

.article-g li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style: none;
}

.article-g li a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    padding-left: 10px
}

.article-g li a::before {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #3bb4f2;
    content: '';
    left: 0;
    top: 8px
}

.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
    vertical-align: top;
    text-align: center;
}

.am-table.no-slider-border tr>td:first-child {
    /*border-left: 0;*/
}

.am-table.no-slider-border tr>td:last-child {
    /*border-right: 0;*/
}

.am-table.no-slider-border.am-table-bordered {
    /*border-right: none;*/
}

.am-table.no-slider-border.am-table-bordered>thead>tr>th {
    /*border-right: 1px solid #ddd;*/
}


.am-popover {
    font-size: 1.4rem;
}